docs(readme): document Claude Code plugin marketplace install#55
docs(readme): document Claude Code plugin marketplace install#55steponeerror wants to merge 2 commits into
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f9746b7628
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| /plugin install taste-skill@taste-skill | ||
| ``` | ||
|
|
||
| Run `/plugin marketplace update taste-skill` later to pull new versions. |
There was a problem hiding this comment.
Use the plugin update command for installed plugins
This tells users to run /plugin marketplace update taste-skill to pull new versions, but the Claude Code docs distinguish marketplace refreshes from plugin updates: marketplace update only refreshes the marketplace listing, while plugin update <plugin> updates an installed plugin. In this context, users who installed taste-skill@taste-skill will leave the cached installed plugin unchanged, so the documented update path will not actually pull a new skill version.
Useful? React with 👍 / 👎.
`/plugin marketplace update` only refreshes the marketplace catalog and does not upgrade already-installed plugins; the correct command is `/plugin update`, which Claude Code also runs automatically at startup. Also drop the misleading `bash` info string on the slash-command block, since those are Claude Code REPL commands rather than shell commands.
Summary
## Installing, documenting the/plugin marketplace add+/plugin installpath that the existing.claude-plugin/manifests already enable.taste-skill:namespace prefix so users know plugin-installed skills won't collide with their other skills.Why
The repo already ships valid
.claude-plugin/marketplace.jsonandplugin.json, but the README only documents thenpx skills addroute — Claude Code users currently have no way to discover that a plugin install path exists.Scope
Docs-only. No manifest or skill changes.
Notes
dirty) and bundles unrelated skill changes (brandkit, redesign-imagegen-codex). This PR is scoped strictly to README install docs and should merge cleanly.